Clover coverage report - Enterprise Web Services - 1.0
Coverage timestamp: Mon May 30 2005 17:10:32 CEST
file stats: LOC: 52   Methods: 0
NCLOC: 29   Classes: 1
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover
 
 Source file Conditionals Statements Methods TOTAL
WSCFConstants.java - - - -
coverage
 1   
 /*
 2   
  * Copyright 2001-2004 The Apache Software Foundation.
 3   
  * 
 4   
  * Licensed under the Apache License, Version 2.0 (the "License");
 5   
  * you may not use this file except in compliance with the License.
 6   
  * You may obtain a copy of the License at
 7   
  * 
 8   
  *      http://www.apache.org/licenses/LICENSE-2.0
 9   
  * 
 10   
  * Unless required by applicable law or agreed to in writing, software
 11   
  * distributed under the License is distributed on an "AS IS" BASIS,
 12   
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 13   
  * See the License for the specific language governing permissions and
 14   
  * limitations under the License.
 15   
  */
 16   
 package org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces;
 17   
 
 18   
 /**
 19   
  * @author Chathura Herath
 20   
  */
 21   
 public interface WSCFConstants {
 22   
 
 23   
     public static final String URI_WSCF = "http://xml.apache.org/x/wscf/";
 24   
 
 25   
     public static final String ELEM_WSCF_WEBSERVICES = "webservices";
 26   
     public static final String ELEM_WSCF_DESCRIPTION = "description";
 27   
     public static final String ELEM_WSCF_DISPLAY_NAME = "display-name";
 28   
     public static final String ELEM_WSCF_SMALL_ICON = "small-icon";
 29   
     public static final String ELEM_WSCF_LARGE_ICON = "large-icon";
 30   
     public static final String ELEM_WSCF_WEBSERVICES_DESCRIPTION = "webservice-description";
 31   
     public static final String ELEM_WSCF_WEBSERVICES_DESCRIPTION_NAME = "webservice-description-name";
 32   
     public static final String ELEM_WSCF_WSDLFILE = "wsdl-file";
 33   
     public static final String ELEM_WSCF_JAXRPC_MAPPING_FILE = "jaxrpc-mapping-file";
 34   
     public static final String ELEM_WSCF_PORT_COMPONENT = "port-component";
 35   
     public static final String ELEM_WSCF_PORT_COMPONENT_NAME = "port-component-name";
 36   
     public static final String ELEM_WSCF_WSDL_PORT = "wsdl-port";
 37   
     public static final String ELEM_WSCF_NAMESPACE_URI = "namespaceURI";
 38   
     public static final String ELEM_WSCF_LOCALPART = "localpart";
 39   
     public static final String ELEM_WSCF_SERVICE_ENDPOINT_INTERFACE = "service-endpoint-interface";
 40   
     public static final String ELEM_WSCF_SERVICE_IMPLEMENTATION_BEAN = "service-impl-bean";
 41   
     public static final String ELEM_WSCF_EJB_LINK = "ejb-link";
 42   
     public static final String ELEM_WSCF_HANDLER = "handler";
 43   
     public static final String ELEM_WSCF_HANDLER_NAME = "handler-name";
 44   
     public static final String ELEM_WSCF_HANDLER_CLASS = "handler-class";
 45   
     public static final String ELEM_WSCF_INIT_PARAM = "init-param";
 46   
     public static final String ELEM_WSCF_PARAM_NAME = "param-name";
 47   
     public static final String ELEM_WSCF_PARAM_VLAUE = "param-value";
 48   
     public static final String ELEM_WSCF_SOAP_HEADER = "soap-header";
 49   
     public static final String ELEM_WSCF_SOAP_ROLE = "soap-role";
 50   
 
 51   
 }
 52